/*!!
 * media.css 兼容性视图
 * Copyright  zh0556.com
 */
@media (max-width: 767px){
    .all-wrap{
        width: 100%;
        min-width: unset;
    }
    .wrap{
        width: 100%;
        overflow: hidden;
    }
    .all-header{
        height: unset;
    }
    .all-header>div>div{
        height: unset;
    }
    .header-logo {
        position: relative;
    }
    .header-logo{
        width: calc(100% - 60px);
    }
    .header-logo img{
        width: 100%;
    }
    .header-logo .shownav-show{
        display: block;
    }
    .header-logo .shownav-close{
        display: none;
    }
    .header-search, .header-search .layui-input-group{
        width: 100%;
    }
    .header-nav{
        overflow: hidden;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        transition: all 0.5s;
        transform-origin: top;
        height: 0 !important;
        opacity: 0;
    }
    .zdyshownav{
        height: 240px !important;
        opacity: 1;
    }
    .header-nav .layui-nav .layui-nav-item{
        width: 100%;
        height: unset;
        line-height: 40px;
        background-color: #fff;
        margin: 0;
    }
    .header-nav .layui-nav .layui-this{
        background-color: #fff !important;
    }
    .header-nav .layui-nav .layui-nav-item a{
        font-size: 14px;
    }


    .main{
        padding-top: 106px;
    }

    .zjlt{
        padding-top: 20px;
    }
    .zjlt>div{
        display: block;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .zjlt>div>div{
        width: 100%;
    }
    .zjlt-right{
        margin-top: 20px;
        padding: 0;
        padding-bottom: 20px;
        height: unset;
    }
    .zjlt-right .img{
        position: static;
        width: 100%;
        height: unset;
    }
    .zjlt-right .img img{
        width: 100%;
    }
    .zjlt-right .behind{
        display: none;
    }

    .news{
        padding-bottom: 0;
    }
    .news-con{
        display: block;
    }
    .news-left{
        width: 100%;
        height: unset;
    }
    .news-left .bd li{
        width: 100%;
        height: unset;
    }
    .news-right{
        width: 100%;
    }
    .news-right .bd li{
        padding-right: 0;
    }
    .news-right .bd li .time{
        display: none;
    }
    .service{
        background-repeat: repeat;
        padding-bottom: 0;
    }
    .service>div{
        box-sizing: border-box;
        padding: 0 10px;
    }
    .service-part ul{
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .service-part ul li{
        margin-bottom: 20px;
    }

    .honor>div{
        box-sizing: border-box;
        padding: 0 10px;
    }
    .honor-img ul{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .honor-img li{
        margin-bottom: 20px;
    }

    .page-con>div{
        display: block;
    }
    .page-con .page-left{
        margin: 0 auto;
    }
    .page-right{
        margin-top: 40px;
        width: 100%;
    }
    .danye{
        padding: 0 10px;
    }
    .neirong{
        padding-top: 0;
    }
    .nr-con{
        padding: 30px 10px 50px 10px;
    }
    .liebiao{
        box-sizing: border-box;
        padding: 0 10px;
    }
    .liebiao li{
        padding-right: 0;
    }
    .liebiao li a{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .liebiao li .time{
        display: none;
    }

    .tupian{
        box-sizing: border-box;
        padding: 0;
    }
    .tupian ul{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .tupian li:nth-child(3n+2){
        margin: 0 0 20px 0;
    }
    .tupian li{
        margin: 0 0 20px 0;
    }